home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE6 / LOWERHTML / !LowerHTML / Desc < prev    next >
Text File  |  2003-03-02  |  2KB  |  114 lines

  1. # This is a description of the wimp interface for lowerhtml © Martin Carradus 2003
  2.  
  3. tool_details_start
  4.    name          "lowerhtml";
  5.    command_is    "<LowerHTML$Dir>.!RunImage";
  6.    version       "1.12  (March 2nd 2003)";
  7.    filetype      &faf;
  8.    wimpslot      512k;
  9.    has_extended_cmdline;
  10. tool_details_end
  11.  
  12.  
  13. metaoptions_start         
  14.    has_auto_run        on;
  15.    has_auto_save     "L"+leafname from icn 3;
  16.    has_text_window;
  17.    has_summary_window;
  18.    display_dft_is text;
  19. metaoptions_end
  20.  
  21.  
  22. fileoutput_start
  23.    output_dft_is     produces_output;
  24. fileoutput_end
  25.  
  26.  
  27. dbox_start
  28.    icons_start
  29.       icn 3 maps_to string   not_saved;
  30.       icn 6 maps_to "-d";
  31.       icn 7 maps_to "-z";
  32.       icn 8 maps_to "-help";
  33.       icn 9 maps_to "-leave";
  34.       icn 10 maps_to "-nslash";
  35.       icn 11 maps_to "-all";
  36.       icn 12 maps_to "-name";
  37.       icn 13 maps_to "-href";
  38.       icn 14 maps_to "-src";
  39.       icn 16 maps_to "-cr";
  40.       icn 17 maps_to "-anal";
  41.    icons_end
  42.  
  43.    defaults
  44.       icn 3 "",
  45.       icn 6 off,
  46.       icn 7 off,
  47.       icn 8 off,
  48.       icn 9 off,
  49.       icn 10 off,
  50.       icn 11 off,
  51.       icn 12 off,
  52.       icn 13 off,
  53.       icn 14 off,
  54.       icn 16 off,
  55.       icn 17 off;
  56.  
  57.    imports_start
  58.       drag_to icn 3   inserts icn 3;
  59.       drag_to any     inserts icn 3;
  60.       drag_to iconbar inserts icn 3;
  61.    imports_end
  62. dbox_end
  63.  
  64. menu_start
  65.    "Debug" maps_to "-z";
  66.    "Help"  maps_to "-help";
  67.    "Description" maps_to "-d";
  68. menu_end
  69.  
  70. deselections_start
  71.   icn 6 deselects icn 7;
  72.   icn 6 deselects menu 1;
  73.   icn 6 deselects menu 2;
  74.   icn 7 deselects icn 6;
  75.   icn 7 deselects menu 2;
  76.   icn 7 deselects menu 3;
  77.   icn 8 deselects icn 6;
  78.   icn 6 deselects icn 8;
  79.   icn 7 deselects icn 8;
  80.   icn 8 deselects icn 7;
  81.   icn 8 deselects menu 1;
  82.   icn 8 deselects menu 3;
  83.   menu 1 deselects menu 2;
  84.   menu 1 deselects icn 6;
  85.   menu 1 deselects icn 8;
  86.   menu 2 deselects menu 1;
  87.   menu 2 deselects icn 6;
  88.   menu 2 deselects icn 7;
  89.   menu 3 deselects menu 1;
  90.   menu 3 deselects icn 7;
  91.   menu 3 deselects icn 8;
  92.   menu 1 deselects menu 3;
  93.   menu 2 deselects menu 3;
  94.   menu 3 deselects menu 2;
  95.     icn 9 deselects icn 10;
  96.     icn 10 deselects icn 9;
  97.     icn 11 deselects icn 12;
  98.     icn 11 deselects icn 13;
  99.     icn 11 deselects icn 14;
  100.     icn 12 deselects icn 11;
  101.     icn 13 deselects icn 11;
  102.     icn 14 deselects icn 11;
  103. deselections_end
  104.  
  105. make_excludes icn3;
  106.  
  107. make_order_is icn6, icn 7, icn 8, icn 9, icn 10, icn 11, icn 12, icn 13, icn 14, icn 16, icn 17, "-o $@";
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.